Configure Print from Web Tool on 64-bit Windows
Introduction
The Print from Web tool is a feature of Triaster Server, offering improved printing of process maps in comparison to printing directly from Internet Explorer.
It is a 32-bit application, so when hosted on a 64-bit Windows platform, needs to be run under an application pool that is configured to allow 32-bit applications.
Procedure
- Open Internet Information Services (IIS) Manager (Start > Administrative Tools > Task Scheduler)
- In the left-hand pane, expand <Computer Name> (<User Name>).
- Click Application Pools, then right-click and select Add Application Pool...
- In the Add Application Pool dialog, set:
- Name: Triaster32bitAppPool
- .NET Framework version: .NET Framework v2.0.50727
- Managed pipeline mode: Integrated
- Click OK.
- In the middle pane, right-click Triaster32bitAppPool >Advanced Settings...
- In the Advanced Settings dialog, set:
- Enable 32-Bit Applications: True
- Identity: NetworkService
- Click OK.
- In the left-hand pane, expand Sites > Default Web Site > Triaster Browser Toolkit 2011.
- Click PrintFromWeb.
- In the right-hand pane, click Basic Settings...
- In the Edit Application dialog, adjacent to Application pool, click Select...
- Select Triaster32bitAppPool from the list, and click OK.
- Click OK to close the Edit Application dialog.
Verification
- Open a site that contains a map.
- In the navigation bar, click SEARCH.
- Click Search Maps.
- Leave the search term blank, and click GO.
- Click on a link to open a map.
- When the map is displayed, click PRINT in the toolbar.
- A new browser window should open with an image of the map displayed (on its side). If not, then try restarting IIS.
- In Internet Information Services (IIS) Manager, in the left-hand pane, click <Computer Name> (<User Name>).
- In the right-hand pane, click Restart.
|